Vcenter NamespaceManagement Clusters Summary

Vcenter NamespaceManagement Clusters Summary
Vcenter NamespaceManagement Clusters Summary

The Vcenter NamespaceManagement Clusters Summary schema contains the basic information about the cluster statistics and status related to vSphere Namespaces.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "cluster": "string",
    "cluster_name": "string",
    "stats": {
        "cpu_used": 0,
        "cpu_capacity": 0,
        "memory_used": 0,
        "memory_capacity": 0,
        "storage_used": 0,
        "storage_capacity": 0
    },
    "config_status": "string",
    "kubernetes_status": "string"
}
string
cluster
Required

Identifier for the cluster.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource.

string
cluster_name
Required

Name of the cluster.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource.name. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource.name.

stats
Required

Basic runtime statistics for the cluster.

This property was added in vSphere API 7.0.0.0.

string
config_status
Required

Current setting for Vcenter NamespaceManagement Clusters ConfigStatus.

For more information see: Vcenter NamespaceManagement Clusters ConfigStatus.

This property was added in vSphere API 7.0.0.0.

string
kubernetes_status
Required

Current setting for Vcenter NamespaceManagement Clusters KubernetesStatus.

For more information see: Vcenter NamespaceManagement Clusters KubernetesStatus.

This property was added in vSphere API 7.0.0.0.